github.com/klauspost/compress/huff0.cTableEntry.val (field)
12 uses
github.com/klauspost/compress/huff0 (current package)
bitwriter.go#L27: b.bitContainer |= uint64(enc.val) << (b.nBits & 63)
bitwriter.go#L42: combined := uint64(encA.val) | (uint64(encB.val) << (encA.nBits & 63))
bitwriter.go#L63: combined := uint64(encA.val) |
bitwriter.go#L64: (uint64(encB.val) << (bitsA & 63)) |
bitwriter.go#L65: (uint64(encC.val) << (bitsB & 63)) |
bitwriter.go#L66: (uint64(encD.val) << (bitsC & 63))
compress.go#L450: val uint16
compress.go#L562: t[n].val = v
decompress.go#L145: val: 0,
decompress.go#L157: val: uint16(*rank >> (w - 1)),
decompress.go#L1121: top := enc.val << ub
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |